DATA_BLOCK_TAB USER1
//
BEGIN
//
//DATA PAGE COMMENTS
//
//Press F1 for help and example data page
//

END_DATA_BLOCK_TAB
DATA_BLOCK_TAB TD_DATA_0
//
BEGIN
VB0    'TD'                        //
VB2    16#10                       //Set Language to English, set Update to as fast as possible 
VB3    16#B1                       //Set the display to 40 character mode; Enter key V3.1; Up key V3.2; Down key V3.3;
VB4    1                           //Set the number of messages
VB5    16#00                       //Set the Function Keys notification bits to M0.0 - M0.7, F-Keys configured to set M-bits
VW6    24                          //Set the starting address for messages to  VB24
VW8    14                          //Set the starting address for message enable bits to VB14
VW10   65535                       //Global Password (if enabled)
VW12   2                           //Character Set = Latin 1 (Bold)
//MESSAGE 1
//Message Enable Bit V14.7 
VB24   16#10                       //Edit Notification V24.2; No Acknowledgement;No Password;
VB25   16#10                       //Signed Word; 0 Digits to the right of the decimal;
VW26   16#0000                     //Embedded Data Value: Move data for display here.
VB28   '                                    ' //
//END TD200_BLOCK ------------------------------
//
//DATA PAGE COMMENTS
//
//Press F1 for help and example data page
//

END_DATA_BLOCK_TAB
